Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoSumCommand Class / AutoSumCommand Constructor / AutoSumCommand Constructor(Worksheet,Reference[])
The processing GrapeCity.Spreadsheet.Worksheet object.
An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed


In This Topic
    AutoSumCommand Constructor(Worksheet,Reference[])
    In This Topic
    Initializes a new instance of the AutoSumCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
     
    Dim instance As New AutoSumCommand(worksheet, references)
    public AutoSumCommand( 
       Worksheet worksheet,
       Reference[] references
    )

    Parameters

    worksheet
    The processing GrapeCity.Spreadsheet.Worksheet object.
    references
    An array of GrapeCity.Spreadsheet.Reference objects to represent the ranges of cells to be processed
    See Also